Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLTableSectionElement

Extends HTMLElement.

Properties
HTMLCollection
rows
The rows attribute must return an HTMLCollection rooted at the element, whose filter matches only tr elements that are children of the element.
Operations
void
deleteRow(long index)
The deleteRow(index) method must remove the indexth element in the rows collection from its parent. If index is less than zero or greater than or equal to the number of elements in the rows collection, the method must instead throw an IndexSizeError exception.
HTMLElementinsertRow(optional long index)
Referenced by
HTMLTableElementtHead